home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
C-Lib
/
APurify
/
ReadMe
< prev
next >
Wrap
Text File
|
1996-06-22
|
1KB
|
33 lines
Short: Enforcer-like tool without MMU. V1.3
Author: devulder@info.unicaen.fr (Samuel DEVULDER)
APurify
-------
A program that detects illegal memory access of your programs. It needs asm
sourcefile (or reverse-engineering generated sourcefile) and insert code to
check memory access.
It consists of a source parser and a linking library.
This archive contains files for APurify v1.3. There are GCC version and
other compilers-version included. Read MIT-APurify.doc if you are using GCC
and MOT-APurify.doc for other compilers.
The source is available from author and is not included in that archive
(I'm not so proud of it since it is not well-written).
New in this release (see doc/History):
- V1.3 (parser V0.7):
+ now uses environment variable
+ can use output defined by patterns
+ can generate small code and small data code
+ auto detects _main. Calling AP_Init() is no more needed :-)
+ now detects pea followed by jsr and treat it correctly.
+ changed find_chunk() now uses binary search => speed increase.
Happy debugging !
Sam.